home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-01-05  |  4KB  |  244 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 310
  3.   Top = 278
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 125
  7.   ClientWidth = 321
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poDefault
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnMouseDown = FormMouseDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 305
  27.     Height = 89
  28.     Shape = bsFrame
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 17
  33.     Width = 74
  34.     Height = 13
  35.     Caption = 'User Password.'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 192
  39.     Top = 216
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Label2'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 16
  46.     Top = 80
  47.     Width = 26
  48.     Height = 13
  49.     Caption = 'Time:'
  50.   end
  51.   object Label6: TLabel
  52.     Left = 48
  53.     Top = 80
  54.     Width = 60
  55.     Height = 13
  56.     Caption = 'Current Time'
  57.   end
  58.   object Label11: TLabel
  59.     Left = 16
  60.     Top = 64
  61.     Width = 25
  62.     Height = 13
  63.     Caption = 'Start:'
  64.   end
  65.   object Label12: TLabel
  66.     Left = 48
  67.     Top = 64
  68.     Width = 38
  69.     Height = 13
  70.     Caption = 'Label12'
  71.   end
  72.   object Bevel2: TBevel
  73.     Left = 232
  74.     Top = 8
  75.     Width = 81
  76.     Height = 89
  77.     Shape = bsFrame
  78.   end
  79.   object SpeedButton1: TSpeedButton
  80.     Left = 208
  81.     Top = 72
  82.     Width = 17
  83.     Height = 17
  84.     Hint = 'Invoke Help'
  85.     Caption = '?'
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     OnClick = SpeedButton1Click
  94.   end
  95.   object Password: TEdit
  96.     Left = 16
  97.     Top = 35
  98.     Width = 209
  99.     Height = 21
  100.     MaxLength = 25
  101.     PasswordChar = '*'
  102.     PopupMenu = PopupMenu1
  103.     TabOrder = 0
  104.     OnChange = PasswordChange
  105.     OnKeyPress = PasswordKeyPress
  106.   end
  107.   object OKBtn: TButton
  108.     Left = 240
  109.     Top = 72
  110.     Width = 65
  111.     Height = 17
  112.     Caption = '&OK'
  113.     ModalResult = 1
  114.     TabOrder = 1
  115.     OnClick = OKBtnClick
  116.   end
  117.   object ini: TListBox
  118.     Left = 112
  119.     Top = 192
  120.     Width = 41
  121.     Height = 57
  122.     ItemHeight = 13
  123.     TabOrder = 5
  124.   end
  125.   object stat1: TStatusBar
  126.     Left = 0
  127.     Top = 104
  128.     Width = 321
  129.     Height = 21
  130.     Panels = <
  131.       item
  132.         Width = 100
  133.       end
  134.       item
  135.         Width = 50
  136.       end
  137.       item
  138.         Alignment = taCenter
  139.         Width = 50
  140.       end
  141.       item
  142.         Alignment = taCenter
  143.         Width = 50
  144.       end
  145.       item
  146.         Alignment = taCenter
  147.         Width = 50
  148.       end>
  149.     SimplePanel = False
  150.     SizeGrip = False
  151.   end
  152.   object temp: TListBox
  153.     Left = 152
  154.     Top = 320
  155.     Width = 65
  156.     Height = 41
  157.     ItemHeight = 13
  158.     TabOrder = 7
  159.   end
  160.   object Button1: TButton
  161.     Left = 240
  162.     Top = 16
  163.     Width = 65
  164.     Height = 17
  165.     Caption = '&Leave MSG'
  166.     TabOrder = 2
  167.     OnClick = Button1Click
  168.   end
  169.   object Button2: TButton
  170.     Left = 240
  171.     Top = 32
  172.     Width = 65
  173.     Height = 17
  174.     Caption = '&Read MSG'
  175.     TabOrder = 3
  176.     OnClick = Button2Click
  177.   end
  178.   object Button3: TButton
  179.     Left = 240
  180.     Top = 56
  181.     Width = 65
  182.     Height = 17
  183.     Caption = '&Cancel'
  184.     Enabled = False
  185.     TabOrder = 4
  186.     OnClick = Button3Click
  187.   end
  188.   object validit: TListBox
  189.     Left = 240
  190.     Top = 192
  191.     Width = 41
  192.     Height = 49
  193.     ItemHeight = 13
  194.     TabOrder = 8
  195.   end
  196.   object Timer1: TTimer
  197.     Enabled = False
  198.     OnTimer = Timer1Timer
  199.     Left = 8
  200.     Top = 248
  201.   end
  202.   object Timer5: TTimer
  203.     Enabled = False
  204.     Interval = 300000
  205.     OnTimer = Timer5Timer
  206.     Left = 48
  207.     Top = 280
  208.   end
  209.   object PopupMenu1: TPopupMenu
  210.     Left = 256
  211.     Top = 248
  212.     object LeaveMessage1: TMenuItem
  213.       Caption = '&Leave MSG'
  214.       ShortCut = 0
  215.       OnClick = LeaveMessage1Click
  216.     end
  217.     object OK1: TMenuItem
  218.       Caption = '&OK'
  219.       ShortCut = 0
  220.       OnClick = OK1Click
  221.     end
  222.   end
  223.   object Timer2: TTimer
  224.     Enabled = False
  225.     Interval = 100
  226.     OnTimer = Timer2Timer
  227.     Left = 56
  228.     Top = 176
  229.   end
  230.   object Timer6: TTimer
  231.     Enabled = False
  232.     OnTimer = Timer6Timer
  233.     Left = 168
  234.     Top = 144
  235.   end
  236.   object Timer3: TTimer
  237.     Enabled = False
  238.     Interval = 2000
  239.     OnTimer = Timer3Timer
  240.     Left = 144
  241.     Top = 64
  242.   end
  243. end
  244.